home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / M / MiniBBS 1.1.cpt / MiniBBS 1.1 / MiniBBS Receives File.TXT < prev    next >
Text File  |  1988-07-28  |  536b  |  17 lines

  1.  Settings File = Your Settings File
  2.  Script Name = MiniBBS Receives File
  3.  Command Key = 
  4.  F-key = 
  5.  Menu = NO
  6.  Button = NO
  7.  
  8. 1   Set Variable FileToReceive from Expression  "= 'Received_File_',NumberReceived"
  9. 2   Send Text String  "OK! Send your file now using any protocol you like.^M"
  10. 3   Receive File * Auto  "= FileToReceive"
  11. 4   If Success 
  12. 5     Send Text String  "File Received! Thanks!^M"
  13. 6     Set Variable NumberReceived from Expression  "= NumberReceived+1"
  14. 7   Else
  15. 8     Send Text String  "File not received! ^M"
  16. 9   End If
  17.